home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / xraid123.lha / XScan.CFG < prev    next >
Text File  |  1995-08-29  |  4KB  |  107 lines

  1.   XScan configuration format Copyright (c) 1995 Robert Williamson
  2.  
  3.   XScan  scans packets for messages addressed to any configured NETALIAS or
  4.   ECHOALIAS.   It  scans  each  message and produces output listings in the
  5.   fullpathname  LIST  defined  for each *ALIAS, using the format defined in
  6.   NETFMT or ECHOFMT for each ALIAS.
  7.  
  8.       Global device and size/position of Xtick window,
  9.       must be terminated with a '/'
  10. WSPEC       "KCON:0/10/640/100/"
  11.  
  12.       Global Window flags for Xtick window,
  13.       must begin and end with a '/'  
  14. WFLAGS      "/INACTIVE/AUTO/"
  15.  
  16.       Global public screen, set to "" if unused  
  17. PSCREEN     "The Roof Multi-FTN Server"
  18.  
  19. AKAS  FIDONET#1:167/104.0 AMIGANET#40:600/104.0
  20.  
  21.       List of FTNs and matching zones.  FidoNet zones 1-6 need not be
  22.       included.
  23.       If  more  than  one FTN uses the same Zone, use the net qualification
  24.       format:
  25.             FTNname ZONE:NET
  26.         eg: IBMNET 40n:499
  27.      
  28.       Net qualification specs must be LAST in list.
  29.  
  30. FTNLIST "AMIGANET 39 AMIGANET 40 AMIGANET 41 IBMNET 40:6499"
  31.  
  32.       Default LOGFILE
  33. LOGFILE LOG:XSCAN.LOG
  34.  
  35.       Default LOGLEVEL
  36. LOGLEVEL  3
  37.  
  38.       FTSC Product Codes File
  39.       This  is used only to display the Name and tYpe of the program which
  40.       created the packet being scanned. Set this to "" for faster operation.
  41. PRODFILE CFG:ftscprod.069
  42.  
  43.       Template file for FINDNAME function
  44. TPFINDNAME  CFG:FINDNAME.XTP
  45.  
  46.   SCAN Template:
  47.   SCAN/K,LIST/K,LOGFILE/K,LOGLEVEL/K,NONET/S,NOECHO/S
  48.     SCAN      name of program for which scanning is being done 
  49.               this name is also used in logging
  50.     LIST      fullpathname of the output listing for this SCAN name
  51.     LOGFILE   fullpathname of logfile for this SCAN name
  52.               if NOT specified, LOG:SCAN.LOG will be used
  53.     LOGLEVEL  verbose level of logging (0-9)
  54.     NONET     if specified, netmail will be skipped
  55.     NOECHO    if specified, echomail will be skipped
  56.  
  57.   SCAN keywords:
  58.     NETALIAS  list of program names that are accepted as aliases for SCAN
  59.               during netmail scanning
  60.     NETFMT    output format of LIST when scanning netmail
  61.               See 'Parameter Expansion'
  62.     AMCMDSEP  separator to use between AreaMGR-stype commands in the 
  63.               expansion of the parameter «amcmds». This applies to NETMAIL
  64.               only.
  65.               See 'Parameter Expansion'
  66.  
  67.     ECHOALIAS list of program names that are accepted as aliases during
  68.               echomail SCAN
  69.     ECHOAREAS list of TAGNAMES that are to be scanned for SCAN and ECHOALIAS
  70.     ECHOFMT   output format of LIST when scanning echomail
  71.               See 'Parameter Expansion'
  72.  
  73.     EXE       command to execute upon completion of scanning
  74.               since multiple commands may be executed by each SCAN, 
  75.               be careful not to have any dependancies
  76.     REXXMSG   rexxmsg to send at end of session
  77.  
  78. SCAN LINKMGR LIST LOG:LM.LIST LOGFILE LOG:XSCAN.LOG LOGLEVEL 3 NOECHO
  79. NETFMT «toname»|«fromname»|«fqfaorg»|«password»|«amcmds»
  80. AMCMDSEP ;
  81. EXE NONE
  82. REXXMSG NONE
  83.  
  84. SCAN XRAID LIST LOG:XRAID.LIST LOGFILE LOG:XTICK.LOG LOGLEVEL 3 NOECHO
  85. NETALIAS XRAID ALLFIX RAID
  86. NETFMT «toname»|«fromname»|«fqfaorg»|«password»|«amcmds»
  87. AMCMDSEP ;
  88. EXE RUN >NIL: XRAID RAIDLIST «list»
  89. REXXMSG NONE
  90.  
  91. SCAN FQUERY LIST LOG:FQUERY.LIST LOGFILE LOG:FQUERY.LOG  LOGLEVEL 3
  92. NETALIAS FQUERY
  93. NETFMT  «toname» «fqfaDst»|«toname»|«fromname»|«subject»|«msgdate»|«morg»|«msgid»|«fmpt»
  94. ECHOALIAS FQUERY ALLFIX FILEFIND FINDFILE
  95. ECHOAREAS AMIGA_FILEFIND FIND_AMY AMIGA_FIND
  96. ECHOFMT «tagname»|«toname»|«fromname»|«subject»|«msgdate»|«morg»|«msgid»|«fmpt»
  97. EXE RUN >NIL: FQUERY LIST «list»
  98. REXXMSG NONE
  99.  
  100. SCAN AREAMGR LIST LOG:AM.LIST LOGFILE LOG:am.log LOGLEVEL 3 NOECHO 
  101. NETALIAS AREAMGR AREAFIX
  102. NETFMT «fqfadst»|«fqfaorg»|«fromname»|«password»|«afcmds»|«amcmds»
  103. AMCMDSEP ;
  104. EXE AREAMGR LIST «list»
  105.   REXXMSG address AREAMGR LIST «list»
  106. REXXMSG NONE
  107.